Skip to content

Conversation

@zanbaldwin
Copy link
Member

No description provided.

@zanbaldwin zanbaldwin self-assigned this Dec 4, 2024
@zanbaldwin zanbaldwin force-pushed the feature/php84 branch 2 times, most recently from ba2e40d to aa838b5 Compare December 4, 2024 19:12
with:
php-version: '${{ matrix.php }}'
- run: 'find src/ -type f -name "*.php" -print0 | xargs -0 -n1 -P4 php -l -n | (! grep -v "No syntax errors detected" )'
- run: 'find src/ -type f -name "*.php" -print0 | xargs -0 -n1 -P4 php -d"error_reporting=E_ALL&~E_DEPRECATED" -l -n | (! grep -v "No syntax errors detected" )'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't not trigger deprecations in 8.4 without removing support for < 7.1

@zanbaldwin zanbaldwin force-pushed the feature/php84 branch 3 times, most recently from b85f9a0 to ae84ab1 Compare December 5, 2024 13:12
@zanbaldwin zanbaldwin merged commit ca44e1f into develop Dec 5, 2024
25 checks passed
@zanbaldwin zanbaldwin deleted the feature/php84 branch December 5, 2024 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants